Skip to main content
Version: 24.08

Gets a data address of an asset with the given ID

Gets a data address of an asset with the given ID

Path Parameters
  • assetId string required
Header Parameters
  • connectorUrl string
Responses

The data address


Schema
  • object
GET /v2/assets/:assetId/dataaddress

Request

Base URL
https://dgk.cx.dev.dih-cloud.com
assetId — path required
connectorUrl — header
curl -L -X GET 'https://dgk.cx.dev.dih-cloud.com/v2/assets/:assetId/dataaddress' \
-H 'Accept: application/json'